home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / serial / callback.001 / callback~ / callback / cb / state.c < prev    next >
C/C++ Source or Header  |  1996-07-29  |  80b  |  9 lines

  1.  
  2. #include "cb.h"
  3.  
  4. void state()
  5. {            
  6.     need_cbmode();
  7.     states();
  8. }
  9.